Class Main

java.lang.Object
edu.uky.ai.tic.Main

public class Main
extends java.lang.Object
Plays NUMBER_OF_GAMES games of Tic Tac Toe and reports the results.
Author:
Stephen G. Ware
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int NUMBER_OF_GAMES
    Number of games to play
  • Constructor Summary

    Constructors 
    Constructor Description
    Main()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)
    Runs the application.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main​(java.lang.String[] args)
      Runs the application.
      Parameters:
      args - ignored